OSS compliance: apply Apache-2.0 source headers + README license section (manual steps for #16)#17
Merged
Merged
Conversation
Manual follow-up steps to PR #16: - Add the Apache-2.0 license header to all 52 source files under murphy/ (browser_use/ left untouched — vendored MIT code, retains its attribution). - Add the Apache-2.0 license badge under the README title and a License section referencing LICENSE and NOTICE. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Agent Task Evaluation Results: 2/2 (100%)View detailed results
Check the evaluate-tasks job for detailed task execution logs. |
ambra19-ai
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OSS compliance — manual follow-up to #16
This PR completes the remaining manual steps described in #16, which were intentionally kept out of that PR to avoid a large diff.
Companion to #16 (which adds the standalone
LICENSE/NOTICE/CONTRIBUTING.mddeliverables).Changes
murphy/(previously 0 of 52 had one).browser_use/is not touched — it is vendored upstream code under the MIT License (Copyright (c) 2024 Gregor Zunic) and retains its original attribution.from __future__imports; all 52 files still compile.## Licensesection added referencing LICENSE and NOTICE, the vendored browser-use (MIT) attribution, and the copyright line.Notes
LICENSE/NOTICElinks resolve once OSS compliance: add Apache-2.0 legal deliverables (LICENSE/NOTICE/CONTRIBUTING) #16 is merged, since those files are added there.